[INFO] cloning repository https://github.com/alexlai97/snake-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexlai97/snake-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlai97%2Fsnake-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlai97%2Fsnake-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d2a2cbe97eb824aacf2d030d6bc5ee731a1aa102
[INFO] checking alexlai97/snake-rust against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexlai97%2Fsnake-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alexlai97/snake-rust
[INFO] finished tweaking git repo https://github.com/alexlai97/snake-rust
[INFO] tweaked toml for git repo https://github.com/alexlai97/snake-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alexlai97/snake-rust on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alexlai97/snake-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f
[INFO] running `Command { std: "docker" "start" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.1
[INFO] [stderr]    Compiling libc v0.2.46
[INFO] [stderr]    Compiling cc v1.0.28
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_pcg v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.3
[INFO] [stderr]     Checking rand_os v0.1.0
[INFO] [stderr]    Compiling ncurses v5.98.0
[INFO] [stderr]     Checking snake-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Snake_body` should have an upper camel case name
[INFO] [stdout]   --> src/game.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Snake_body,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `SnakeBody`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Snake_body` should have an upper camel case name
[INFO] [stdout]   --> src/game.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Snake_body,
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `SnakeBody`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body_reversed` is never read
[INFO] [stdout]  --> src/snake.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Snake<'a> {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     body_reversed: Vec<(u32, u32)>, // tail is index 0, head is len - 1
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `difficulty` is never read
[INFO] [stdout]   --> src/game.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Game {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     difficulty: u8,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `grid` is never read
[INFO] [stdout]   --> src/game.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct Board {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     grid: Vec<Vec<Cell>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_cell`, `get_cell`, `is_full`, and `generate_apple` are never used
[INFO] [stdout]   --> src/game.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Board {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     fn set_cell(&mut self, y: u32, x: u32, cell: Cell) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     fn get_cell(&self, y: u32, x:u32) -> & Cell {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fn is_full(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn generate_apple(&mut self) -> Option<(u32, u32)>{
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Snake_body` and `Apple` are never constructed
[INFO] [stdout]   --> src/game.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | enum Cell {
[INFO] [stdout]    |      ---- variants in this enum
[INFO] [stdout] 76 |     Snake_body,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 77 |     Apple,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_board_win` is never used
[INFO] [stdout]    --> src/game.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl Game {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn update_board_win(&self, cell: (u32, u32), ch: char) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/snake.rs:17:63
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(curwin: &'a WINDOW, max_y: u32, max_x: u32) -> Snake {
[INFO] [stdout]    |                         -- the lifetime is named here         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(curwin: &'a WINDOW, max_y: u32, max_x: u32) -> Snake<'a> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:265:92
[INFO] [stdout]     |
[INFO] [stdout] 265 |         mvwprintw(*win, 1, 1, format!("CHEATING ATTEMPTS: {}. I DON'T CARE ANYTHING MORE", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:267:115
[INFO] [stdout]     |
[INFO] [stdout] 267 | ...OU STOP CHEATING ??? CHEATER ! ! ! ! !", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:269:114
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...na play my another game tictactoe-rust", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:271:115
[INFO] [stdout]     |
[INFO] [stdout] 271 | ...://github.com/alexlai97/tictactoe-rust", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:273:115
[INFO] [stdout]     |
[INFO] [stdout] 273 | ...OU STOP CHEATING ??? CHEATER ! ! ! ! !", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:275:138
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...E (with memory leak to your terminal) ", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body_reversed` is never read
[INFO] [stdout]  --> src/snake.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Snake<'a> {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     body_reversed: Vec<(u32, u32)>, // tail is index 0, head is len - 1
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `difficulty` is never read
[INFO] [stdout]   --> src/game.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Game {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     difficulty: u8,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_cell`, `is_full`, and `generate_apple` are never used
[INFO] [stdout]   --> src/game.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Board {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     fn get_cell(&self, y: u32, x:u32) -> & Cell {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     fn is_full(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn generate_apple(&mut self) -> Option<(u32, u32)>{
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Snake_body` is never constructed
[INFO] [stdout]   --> src/game.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | enum Cell {
[INFO] [stdout]    |      ---- variant in this enum
[INFO] [stdout] 76 |     Snake_body,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_board_win` is never used
[INFO] [stdout]    --> src/game.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl Game {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn update_board_win(&self, cell: (u32, u32), ch: char) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/snake.rs:17:63
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(curwin: &'a WINDOW, max_y: u32, max_x: u32) -> Snake {
[INFO] [stdout]    |                         -- the lifetime is named here         ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(curwin: &'a WINDOW, max_y: u32, max_x: u32) -> Snake<'a> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:265:92
[INFO] [stdout]     |
[INFO] [stdout] 265 |         mvwprintw(*win, 1, 1, format!("CHEATING ATTEMPTS: {}. I DON'T CARE ANYTHING MORE", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:267:115
[INFO] [stdout]     |
[INFO] [stdout] 267 | ...OU STOP CHEATING ??? CHEATER ! ! ! ! !", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:269:114
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...na play my another game tictactoe-rust", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:271:115
[INFO] [stdout]     |
[INFO] [stdout] 271 | ...://github.com/alexlai97/tictactoe-rust", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:273:115
[INFO] [stdout]     |
[INFO] [stdout] 273 | ...OU STOP CHEATING ??? CHEATER ! ! ! ! !", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/game.rs:275:138
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...E (with memory leak to your terminal) ", CHEAT_COUNT).as_str());
[INFO] [stdout]     |                                             ^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
[INFO] running `Command { std: "docker" "inspect" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f", kill_on_drop: false }`
[INFO] [stdout] 92b73a961258f0bae79a92b48d1472f87d64b3b8200fbc040b634ab1ac3f2d0f
